NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NGraphLayoutBase<T> Class / CreateRegions Method
objects, which to split into regions
layout context
In This Topic
    CreateRegions Method (NGraphLayoutBase<T>)
    In This Topic
    Called to create the regions from the specified list of objects
    Syntax
    protected abstract NList<T> CreateRegions( 
       NList<object> objects,
       NLayoutContext context
    )

    Parameters

    objects
    objects, which to split into regions
    context
    layout context

    Return Value

    list of the regions
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also